ConvolveFilter Constructor(Int32,Int32,Single[])
Kaliko.ImageLibrary.Filters Namespace > ConvolveFilter Class > ConvolveFilter Constructor : ConvolveFilter Constructor(Int32,Int32,Single[]) |
The number of rows in the kernel.
The number of columns in the kernel.
An array of rows*cols floats containing the kernel.
Construct a filter with the given kernel.
Syntax
Parameters
- rows
- The number of rows in the kernel.
- cols
- The number of columns in the kernel.
- matrix
- An array of rows*cols floats containing the kernel.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2